Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging.Exif Namespace / ExifProfile Class / Load Method / Load(Byte[],Int32,Int32) Method

In This Topic
    Load(Byte[],Int32,Int32) Method
    In This Topic
    Loads Exif metadata from a byte array.
    Syntax
    'Declaration
     
    Public Overloads Sub Load( _
       ByVal data() As System.Byte, _
       Optional ByVal offset As System.Integer, _
       Optional ByVal length As System.Integer _
    ) 
    public void Load( 
       System.byte[] data,
       System.int offset,
       System.int length
    )

    Parameters

    data
    offset
    length
    See Also